:root {
    --ebhro3-container-width: 1440px;
    --ebhro3-white: #ffffff;
    --ebhro3-dark: #000000;

    --ebhro3-primary: hsl(211, 92%, 15%);
    --ebhro3-overlay:hsla(211, 92%, 15%, 0.80);

    --ebhro3-secondary: #7E1023;
    --ebhro3-site-color:205, 26%, 20%;
    --ebhro3-gray: #cccccc;
    --ebhro3-whatsapp-color: #25D366;

    --ebhro3-space-xs: .4rem;
    --ebhro3-space-sm: .8rem;
    --ebhro3-space-md: 1.2rem;
    --ebhro3-space-lg: 2rem;
    --ebhro3-space-xl: 3rem;

    --ebhro3-fs-sm: .85rem;
    --ebhro3-fs-md: 1.1rem;
    --ebhro3-fs-lg: 1.125rem;

    /* ====== border radius === */
    --ebhro3-br-lg: 50px;
    /* ===== TRANSITION ===== */
    --ebhro3-transition: .35s cubic-bezier(.4, 0, .2, 1);
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}